home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / spia.arc / CONFIG.BAT next >
Encoding:
DOS Batch File  |  1987-05-01  |  1.2 KB  |  51 lines

  1. echo off
  2. cls
  3. reconfg
  4. if errorlevel 2 goto hard
  5. if errorlevel 1 goto error
  6. cls
  7. echo  
  8. echo Installation of SPIA on this disk is complete.
  9. echo To run SPIA, insert this disk (eg, into drive B:), change over to 
  10. echo that drive and type RUNSPIA, eg:
  11. echo  
  12. echo                    B:
  13. echo                    RUNSPIA
  14. echo  
  15. echo SPIA is now customized for your computer, to RE-configure SPIA
  16. echo for a different computer run the program RECONFG on this disk.
  17. echo  
  18. goto end
  19.  
  20. :hard
  21. echo  
  22. md c:\spia > nul:
  23. echo Please wait, copying files to drive C: . . .
  24. copy *.* c:\spia /v > nul:
  25. cls
  26. echo  
  27. echo  
  28. echo Installation on C:\SPIA is complete.
  29. echo To run SPIA from your hard disk simply type RUNSPIA from
  30. echo your C:\SPIA subdirectory, eg:
  31. echo  
  32. echo                    CD \SPIA
  33. echo                    RUNSPIA
  34. echo  
  35. echo SPIA is now customized for your computer, to RE-configure SPIA
  36. echo for a different computer run the program RECONFG in your C:\SPIA
  37. echo subdirectory.
  38. echo  
  39. goto end
  40.  
  41. :error
  42. echo  
  43. echo Unable to complete configuration.
  44.  
  45. :end
  46. echo  
  47. echo Trademark/Owners: IBM/IBM; Hercules/Hercules Technology Corp.
  48. echo                   Compaq/Compaq Computer Corp.
  49.  
  50.  
  51.